iT邦幫忙

0

(5)Python的基礎介紹和爬蟲

  • 分享至 

  • xImage
  •  

Python列表的基本運算(List、Tuple)

有序可變動列表List
有序不可變動列表Tuple

列表中的第一個元素用[0]表示
也可以直接更新列表中的資料https://ithelp.ithome.com.tw/upload/images/20220930/20152724n6T35dhQt1.png
表示編號中的元素例如[1:4]意思是編號1的元素到第四個但不包含第四個
這個功能也可以用來清空列表像是grade[1:4]=[]
https://ithelp.ithome.com.tw/upload/images/20220930/20152724tucdmx0lT8.png
也可以增加列表的大小 grade=grade+[100,90]
https://ithelp.ithome.com.tw/upload/images/20220930/20152724j70ENUxM0w.png
len(列表名稱)可以顯示列表的長度
https://ithelp.ithome.com.tw/upload/images/20220930/20152724CuvvdoJmd2.png
Tuple的部分和List大部分都相同但是最大的不同在於Tuple不能更動列表裡面的資料
https://ithelp.ithome.com.tw/upload/images/20220930/20152724edvIh47hAI.png

資料來源:https://www.youtube.com/watch?v=JLU5oc4_VtA&list=PL-g0fdC5RMboYEyt6QS2iLb_1m7QcgfHk&index=4


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言